-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(loader): add lru cache for assets fetch by default #2794
Conversation
kuitos
commented
Nov 6, 2023
- resolves default fetch with lru cache #2695
🦋 Changeset detectedLatest commit: 3e7144b The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -8,7 +8,7 @@ | |||
"scripts": { | |||
"build:webpack4": "cd ./tests/webpack4 && npm run build", | |||
"build:webpack5": "cd ./tests/webpack5 && npm run build", | |||
"test": "npm run build && npm run build:webpack4 && npm run build:webpack5 && vitest", | |||
"test:local": "npm run build && npm run build:webpack4 && npm run build:webpack5 && vitest", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nayonglin 插件的单测在 ci 上跑不起来,才发现之前 ci 过了是因为没跑单测😂